home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 3-Demos / Tutorials / MacDrawII Training / MacDrawII Adv Tour / MENU / MENU.rsrc / TEXT_1043.txt < prev    next >
Text File  |  1988-05-04  |  529b  |  22 lines

  1. 
  2. #Goto
  3. puppet sprite 24 true
  4. Spritebox 24 252 273 434 290
  5. Set SpriteId [24] = 1
  6. Set SpriteInk [24] = 2
  7. skip 3
  8. #
  9. #
  10. if stilldown then call a34 #stays reversed while down and over button
  11. If (((&y > 272) and (&y < 291)) and ((&x > 251) and (&x < 433))) then skip 6
  12. #
  13. puppet sprite 24 false #the order of the next 3 lines is important!
  14. when mousedown then #the Puppet sprite is made false before it 
  15. Marker -1                   #is made true again at 6 on the score
  16. exit
  17. #
  18. puppet sprite 24 false
  19. goto 47
  20. when mousedown then
  21. exitÀá
  22.